home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / Rexx / ADPro_DeepPress.rexx < prev    next >
OS/2 REXX Batch file  |  1995-10-26  |  597b  |  22 lines

  1. /*
  2. ** EXPORTS A PICTURE FROM PictureManager INTO ADPro
  3. ** and apply the DeepPress Convolution matrix
  4. **
  5. ** (c) 1995 J. Schaefer   -   ALL RIGHTS RESERVED
  6. **
  7. **
  8. **
  9. ** NOTE: If you write your own AREXX-script to export pictures from
  10. **       Picture Manager Professional to any programs,
  11. **       change the path and filename of the file to process
  12. **       to PicManFile (see below, CASE SENSITIVE!!!)
  13. **
  14. **       Read the PictureManager manual for more information
  15. **
  16. */
  17. ADDRESS "ADPro"
  18. ADPRO_TO_FRONT
  19. LOADER "UNIVERSAL" PicManFile
  20. OPERATOR "CONVOLVE" "ADPro:convolutions/DeepPress" 100 64
  21. EXIT 0
  22.